home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / bjack.swf / scripts / frame_305 / DoAction.as < prev   
Text File  |  2006-01-17  |  190b  |  13 lines

  1. if(hits >= "312")
  2. {
  3.    tellTarget("/1Player/Message")
  4.    {
  5.       gotoAndStop("Shuffling");
  6.       play();
  7.    }
  8.    tellTarget("/ButControls")
  9.    {
  10.       gotoAndStop("End");
  11.    }
  12. }
  13.